scrolled window: Don't leak timeout sources
authorMatthias Clasen <mclasen@redhat.com>
Sun, 13 Aug 2017 13:24:50 +0000 (09:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Aug 2017 13:24:50 +0000 (09:24 -0400)
commitb52c1cb8dcdfc2d7ac374c53ab527cca0fba7be4
tree0931774c8f4be0363d7dfeaf770c94ec90cb8573
parent98089778df1c9a5cdef349feaab573fc3ca7d1f6
scrolled window: Don't leak timeout sources

We must only create a new source if there isn't one already,
otherwise we override the ID and leak the previous one.
gtk/gtkscrolledwindow.c